home *** CD-ROM | disk | FTP | other *** search
- I thought it was time that I release a couple of the utiliies that I
- have written and used for some time now. Feel free to direct any
- comments to me via the Email address below.
-
- Below is the header of my source file which explains the usage of the
- DX.EXE directory program. This is an example of the way I believe
- DOS' directory program should look.
-
- The MopARCHive program should be self explainatory.
-
- Hope you find them as useful as I have.
-
- /*********************************************************************
- * DX.EXE v1.0r (Directory Xtra) TC++ 1.0 Dave Gaulden 12/26/90 *
- * *
- * Contact: CIS 71470,1007 or Utilities Exchange BBS (614)-442-6695 *
- * *
- * DOS level directory function with more detail. *
- * *
- * Displays: *ALL* files and directories including hidden & system *
- * active attributes for all files and directories *
- * correct number of files *
- * number of bytes used by files listed *
- * number of sub-directories listed *
- * capacity of drive in bytes *
- * number of bytes free on drive *
- * allows search for fn w/o ext outside of current dir *
- * *
- * Supports /p (page) & /w (wide) switches as post path parameters. *
- * Example: c:\utils\*.* /p /w *
-